{
  "name": "Sylvan Cabal",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 8800,
      "name": "On top of the Ancient Oak",
      "exits": {
        "Down": 8801
      }
    },
    {
      "id": 8801,
      "name": "Nearing the top of the Ancient Oak",
      "exits": {
        "Up": 8800,
        "Down": 8802
      }
    },
    {
      "id": 8802,
      "name": "In the Branches of the Ancient Oak",
      "exits": {
        "Up": 8801,
        "Down": 8803
      }
    },
    {
      "id": 8803,
      "name": "Inside the Oak",
      "exits": {
        "South": 8804,
        "Up": 8802
      }
    },
    {
      "id": 8804,
      "name": "Entrance to the Ancient Oak",
      "exits": {
        "North": 8803,
        "South": 8805
      }
    },
    {
      "id": 8805,
      "name": "Through the deep forest",
      "exits": {
        "North": 8804,
        "South": 26128
      }
    },
    {
      "id": 26128,
      "name": "To Sywilm Woods",
      "otherAreaExit": true,
      "exits": {
        "West": 26127
      }
    }
  ]
}